-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add node_pool to arohcp #1017
base: main
Are you sure you want to change the base?
Add node_pool to arohcp #1017
Conversation
Signed-off-by: Alba Hita Catala <[email protected]>
14668c8
to
8b93cdb
Compare
|
||
// Deletes the node pool. | ||
method Delete { | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets keep this with Get only and add methods later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I resolved this, but I think it is not needed to remove the rest of the methods. We can hold this PR until we have the endpoints ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
don't we also need to fix the reference in the cluster resource? |
No. the compiler knows how to find it if it exists in its service. [e.g. |
No description provided.